title property

  1. @JsonKey(toJson: null, fromJson: null, includeToJson: false, includeFromJson: false)
Widget? title
inherited

Implementation

@JsonKey(
    toJson: null,
    fromJson: null,
    includeToJson: false,
    includeFromJson: false)
Widget? get title => throw _privateConstructorUsedError;