HostingGetAccountHistoryInput.fromJson constructor

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

Implementation

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