toJson method
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,
};
}