DivisionsGet$Response.fromJson constructor

DivisionsGet$Response.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DivisionsGet$Response.fromJson(Map<String, dynamic> json) =>
    _$DivisionsGet$ResponseFromJson(json);