ResponsabilityType class
Constructors
- ResponsabilityType({String? id, String? code, String? name, bool? added})
- ResponsabilityType.fromEntry(MapEntry entry)
-
factory
- ResponsabilityType.fromId(String id)
-
factory
- ResponsabilityType.fromObject(Map object, {String? id})
-
factory
Properties
Methods
-
getAdded(
) → bool -
getCode(
) → String -
getId(
) → String -
getName(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAdd(
) → Map -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited