IsNullable property
Implementation
// @override
// String toString(Object value) {
// return Convert.ToBase64String((Uint8List)value);
// }
/// <summary>
/// Gets a value indicating whether this property definition is for a nullable type (ref, int?, bool?...).
/// </summary>
@override
bool get IsNullable => true;