toJson method

Map<String, dynamic> toJson()

Implementation

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