DocumentAttributeAnimated023.deserialize constructor

DocumentAttributeAnimated023.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory DocumentAttributeAnimated023.deserialize(BinaryReader reader) {
  // Construct [DocumentAttributeAnimated023] object.
  final returnValue = DocumentAttributeAnimated023();

  // Now return the deserialized [DocumentAttributeAnimated023].
  return returnValue;
}