withValue method

  1. @override
NotusAttribute<Map<String, dynamic>?> withValue(
  1. Map<String, dynamic>? value
)
override

Implementation

@override
NotusAttribute<Map<String, dynamic>?> withValue(Map<String, dynamic>? value) =>
    EmbedAttribute._(value);