AnimationEnd.fromJson constructor
AnimationEnd.fromJson(
- Map _json
Implementation
AnimationEnd.fromJson(core.Map _json)
: this(
startTimeOffset: _json.containsKey('startTimeOffset')
? _json['startTimeOffset'] as core.String
: null,
);