AccountCreated.fromJson constructor

AccountCreated.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AccountCreated.fromJson(Map<String, Object?> json) =>
    _$AccountCreatedFromJson(json);