UserV2.fromRawJson constructor

UserV2.fromRawJson(
  1. String str
)

Implementation

factory UserV2.fromRawJson(String str) => UserV2.fromJson(json.decode(str));