toMap method

Map<String, Object?> toMap({
  1. ValueCodecRegistry? registry,
})

Converts this model to a column/value map.

Implementation

Map<String, Object?> toMap({ValueCodecRegistry? registry}) =>
    _$UserDefinition.toMap(this, registry: registry);