fields property

  1. @override
MappableFields<BoundaryModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<BoundaryModel> fields = const {
  #code: _f$code,
  #name: _f$name,
  #label: _f$label,
  #latitude: _f$latitude,
  #longitude: _f$longitude,
  #materializedPath: _f$materializedPath,
  #tenantId: _f$tenantId,
  #boundaryNum: _f$boundaryNum,
  #rowVersion: _f$rowVersion,
  #children: _f$children,
  #boundaryType: _f$boundaryType,
  #auditDetails: _f$auditDetails,
  #isDeleted: _f$isDeleted,
  #clientAuditDetails: _f$clientAuditDetails,
};