IsNullable property

  1. @override
bool IsNullable
override
Converts byte array property to a string. The value. Gets a value indicating whether this property definition is for a nullable type (ref, int?, bool?...).

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;