EventAccountUserRoleRelationship.fromJson constructor

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

Implementation

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