fromJsonString static method

LoginModel fromJsonString(
  1. String str
)

Implementation

static LoginModel fromJsonString(String str) =>
    LoginModel.fromJson(json.decode(str));