Role$Response.fromJson constructor

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

Implementation

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