Int32Response.fromJson constructor

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

Implementation

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