ScLoanError.fromJson constructor

ScLoanError.fromJson(
  1. String source
)

Implementation

factory ScLoanError.fromJson(String source) =>
    ScLoanError.fromMap(json.decode(source));