fromJson static method

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

Implementation

static UserCustomPropertyParameters fromJson(Map<String, dynamic> json) =>
    _$UserCustomPropertyParametersFromJson(json);