PlusCode.fromJson constructor

PlusCode.fromJson(
  1. Map<String, Object?> json
)

Parse an PlusCode from json.

Implementation

factory PlusCode.fromJson(Map<String, Object?> json) =>
    _$PlusCodeFromJson(json);