account.fromJson constructor

account.fromJson(
  1. Map<String, dynamic> json
)

Connect the generated _$domainFromJson function to the fromJson factory.

Implementation

factory account.fromJson(Map<String, dynamic> json) =>
    _$accountFromJson(json);