JobsOut.fromJson constructor

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

Object construction from a JSON representation

Implementation

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