copyWith method
Implementation
GetJsonString copyWith({JsonValue? jsonValue}) =>
GetJsonString(jsonValue: jsonValue ?? this.jsonValue);
GetJsonString copyWith({JsonValue? jsonValue}) =>
GetJsonString(jsonValue: jsonValue ?? this.jsonValue);