CardFieldFocusName constructor

  1. @JsonSerializable(explicitToJson: true)
CardFieldFocusName({
  1. CardFieldName? focusedField,
})

Implementation

@JsonSerializable(explicitToJson: true)
factory CardFieldFocusName({CardFieldName? focusedField}) =
    _CardFieldFocusName;