AccountEvent.fromJson constructor

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

Implementation

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