UUpdateMemberRoleKnownValue constructor

const UUpdateMemberRoleKnownValue({
  1. required KnownUpdateMemberRole data,
})

Implementation

const factory UUpdateMemberRoleKnownValue(
        {required final KnownUpdateMemberRole data}) =
    _$UUpdateMemberRoleKnownValueImpl;