table property
MdTableUtil<T>
get
table
Implementation
MdTableUtil<T> get table {
return MdTableUtil(
(value) => only(table: value),
);
}
MdTableUtil<T> get table {
return MdTableUtil(
(value) => only(table: value),
);
}