fromJson static method

PropertyTag fromJson(
  1. String json
)

Implementation

static PropertyTag fromJson(String json) =>
    _$PropertyTagFromProto(GPropertyTag.fromJson(json));