module T::Props::Serializable::DecoratorMethods

def extra_props(instance)

def extra_props(instance)
  get(instance, '_extra_props') || EMPTY_EXTRA_PROPS
end