toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (frameCount != null) 'frameCount': frameCount!,
      if (renderMillis != null) 'renderMillis': renderMillis!,
    };