toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final iamRoleId = this.iamRoleId;
  final identity = this.identity;
  return {'iamRoleId': ?iamRoleId, 'identity': ?identity};
}