GotoHomePositionResponse.fromJson constructor Null safety

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

Implementation

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