LfpLink.fromJson constructor

LfpLink.fromJson(
  1. Map json_
)

Implementation

LfpLink.fromJson(core.Map json_)
  : this(
      externalAccountId: json_['externalAccountId'] as core.String?,
      lfpProvider: json_['lfpProvider'] as core.String?,
      state: json_['state'] as core.String?,
    );