MCC class

Available extensions

Constructors

MCC.new({String? code, String? editedDescription, String? combinedDescription, String? usdaDescription, String? irsDescription, String? irsReportable})
MCC.fromJson(Map<String, dynamic>? json)
factory

Properties

code String?
final
combinedDescription String?
final
editedDescription String?
final
hashCode int
The hash code for this object.
no setterinherited
irsDescription String?
final
irsReportable String?
final
isEmpty bool

Available on MCC, provided by the MccDataExtension extension

no setter
isNotEmpty bool

Available on MCC, provided by the MccDataExtension extension

no setter
isReportable bool

Available on MCC, provided by the MccDataExtension extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usdaDescription String?
final

Methods

loglogDebugingMCC() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited