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