fromJson static method

PgrRolesModel fromJson(
  1. String json
)

Implementation

static PgrRolesModel fromJson(String json) {
  return ensureInitialized().decodeJson<PgrRolesModel>(json);
}