RunObject.fromJson constructor

RunObject.fromJson(
  1. Map<String, dynamic> json
)

Object construction from a JSON representation

Implementation

factory RunObject.fromJson(Map<String, dynamic> json) =>
    _$RunObjectFromJson(json);