Int64Response.fromJson constructor

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

Implementation

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