S.fromJson constructor

S.fromJson(
  1. dynamic json
)

Implementation

S.fromJson(dynamic json) {
  _name = json['Name'];
}