toObject method

  1. @override
User toObject(
  1. dynamic json
)
override

Implementation

@override
User toObject(json) => User.fromJson(json);