constant<T extends Object> static method
Implementation
static ConstantLayout<T> constant<T extends Object>(
T value, {
String? property,
}) => ConstantLayout(value, property: property);
static ConstantLayout<T> constant<T extends Object>(
T value, {
String? property,
}) => ConstantLayout(value, property: property);