MsgUpdateUserAllocationResponse.fromJson constructor

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

Implementation

factory MsgUpdateUserAllocationResponse.fromJson(Map<String, dynamic> json) {
  return MsgUpdateUserAllocationResponse();
}