fields property

  1. @override
MappableFields<TableRenamed> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<TableRenamed> fields = const {
  #name: _f$name,
  #newName: _f$newName,
};