RumCellular.fromJson constructor

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

Implementation

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