AnimationEnd.fromJson constructor

AnimationEnd.fromJson(
  1. Map json_
)

Implementation

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